home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
24
/
7
/
DISK2472.ZIP
/
NEW.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-05-07
|
1KB
|
29 lines
Echo off
Cls
Echo S C H E D U L E Project "%1" Data Base Creation.
If .%1 == . Syntax1 %0
If Exist %1 Syntax2 %0 %1 %2 %3 %4 %5 %6 %7
If Exist %1.* Echo -----------------------------------------------------------
If Exist %1.* Echo "%1" files already exist in the
If Exist %1.* SYNTAX5 %1
Copy C:\Packages\GanttPac\New.KBS %1.SKB >nul
Schedule %1
Erase %1.SKB
If errorlevel 1 Exitcode %1
Cls
Echo S C H E D U L E Project "%1" Data Base Creation.
Echo ----------------------------------------------------------------
Echo A data base for project "%1" has been created in the
Echo default directory.
Echo ----------------------------------------------------------------
Echo This has resulted is selecting the
Dir | Find "Directory of"
Echo off
Echo ----------------------------------------------------------------
Echo R E M E M B E R to use this project name "%1"
Echo and directory to reference this project.
Echo ----------------------------------------------------------------
Echo Command "VIEW %1" is next.
Pause
View %1